Ruby on Rails 2.3 fixing Gemfile Sqlite3,installing & updating bundle (2019)

3,299 views3.2K views
Jun 23, 2019
11 subscribers
Subscribe
Main steps: 1)Open Ruby type: rails new test_install 2)Go to this pc 3)Open the C hard drive 4)Open the sites folder 5)Open the test_install folder 6)Edit Gemfile by right-clicking and opening it with sublime 7) Replace line 12 with this command gem 'sqlite3', '1.3.13' 8)Save sublime 9)Open ruby type: cd test_install 10)Type: bundle install 11)Type:bundle update 12)Type: rails server 13)Open web browser and type localhost:3000 Johns Hopkins University Ruby on Rails: An Introduction( Coursera course.) The main objective is to fix the Gemfile Sqlite3 and install bundle and bundle update.
Show less
omg....thank you for this!
OMG thank you so much!!!
Thank you very much!
1
Gracias!
1
Thanks man ❤️❤️❤️
Perfect. Thank you!
Thank you sir!
thanks mah man
Thank you, this worked for me
1
This was excellent. It was clear, paced well, and fixed the problem! Thanks
Thank you so much, this worked for me.
I've got this error "cannot load such file -- sqlite3/sqlite3_native (LoadError)"
Thank you! It worked!
Does this work on current railsinstaller? I get an ssl error. Retrying fetcher due to error (2/4): Bundler::Fetcher::CertificateFailureError Could not verify the SSL certificate for https://rubygems.org/.
So this means every time i create a new rails web app i will have to do this?
Thanks for sharing! This doesn't work for mac :(
Thank you Very Much
1
Thanks... so much
I have another error...it's asking byebug file
Thanks a lot